home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / gfx / board / chunkyppc.lha / chunkyppcbase.h < prev    next >
C/C++ Source or Header  |  1999-01-06  |  171b  |  10 lines

  1. #ifndef CHUNKYPPCBASE_H
  2.  
  3. typedef struct {
  4.    struct Library         lib_node;
  5.    APTR                   seg_list;
  6.    struct ExecBase       *sys_base;
  7. } ChunkyPPC;
  8.  
  9. #endif
  10.